﻿2026-06-23T07:04:21.3811762Z ##[group]Run actions/checkout@v5
2026-06-23T07:04:21.3812244Z with:
2026-06-23T07:04:21.3812539Z   fetch-depth: 0
2026-06-23T07:04:21.3812858Z   repository: SaberMage/spt-core
2026-06-23T07:04:21.3815936Z   token: ***
2026-06-23T07:04:21.3816272Z   ssh-strict: true
2026-06-23T07:04:21.3816568Z   ssh-user: git
2026-06-23T07:04:21.3816901Z   persist-credentials: true
2026-06-23T07:04:21.3817268Z   clean: true
2026-06-23T07:04:21.3817633Z   sparse-checkout-cone-mode: true
2026-06-23T07:04:21.3818000Z   fetch-tags: false
2026-06-23T07:04:21.3818348Z   show-progress: true
2026-06-23T07:04:21.3818633Z   lfs: false
2026-06-23T07:04:21.3818926Z   submodules: false
2026-06-23T07:04:21.3819228Z   set-safe-directory: true
2026-06-23T07:04:21.3819559Z ##[endgroup]
2026-06-23T07:04:21.5653850Z Syncing repository: SaberMage/spt-core
2026-06-23T07:04:21.5655033Z ##[group]Getting Git version info
2026-06-23T07:04:21.5655517Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-23T07:04:21.5962144Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-23T07:04:21.6168588Z git version 2.43.0.windows.1
2026-06-23T07:04:21.6196891Z ##[endgroup]
2026-06-23T07:04:21.6204259Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\dcdc1b4f-fc06-4df4-8cd0-a1b28e2287ac\.gitconfig'
2026-06-23T07:04:21.6218514Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\dcdc1b4f-fc06-4df4-8cd0-a1b28e2287ac' before making global git config changes
2026-06-23T07:04:21.6223516Z Adding repository directory to the temporary git global config as a safe directory
2026-06-23T07:04:21.6224388Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-23T07:04:21.6451473Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-23T07:04:21.6673973Z https://github.com/SaberMage/spt-core
2026-06-23T07:04:21.6707025Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-23T07:04:21.6711692Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-23T07:04:21.6904040Z HEAD
2026-06-23T07:04:21.7137553Z ##[endgroup]
2026-06-23T07:04:21.7140828Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-23T07:04:22.0648857Z ##[group]Cleaning the repository
2026-06-23T07:04:22.0653082Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-23T07:04:27.9444025Z Removing target/
2026-06-23T07:04:27.9479030Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-23T07:04:27.9956615Z HEAD is now at 634b5c8a Merge 9f726a95cb948d6c0fd58eec14578eb619106812 into 2bb9c8f7fd85551e5f19c191292c80f778e54346
2026-06-23T07:04:27.9981293Z ##[endgroup]
2026-06-23T07:04:27.9985171Z ##[group]Disabling automatic garbage collection
2026-06-23T07:04:27.9990175Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-23T07:04:28.0203093Z ##[endgroup]
2026-06-23T07:04:28.0203443Z ##[group]Setting up auth
2026-06-23T07:04:28.0208986Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-23T07:04:28.0444570Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-23T07:04:28.3838300Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-23T07:04:28.4101710Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-23T07:04:28.7583563Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-23T07:04:28.7792529Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-23T07:04:29.1176598Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-23T07:04:29.1462938Z ##[endgroup]
2026-06-23T07:04:29.1463609Z ##[group]Fetching the repository
2026-06-23T07:04:29.1469857Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +634b5c8aa2e71fa1271a5d8b4c3c2c75dc26a9b7:refs/remotes/pull/30/merge
2026-06-23T07:04:29.9398571Z From https://github.com/SaberMage/spt-core
2026-06-23T07:04:29.9399141Z    a035512e..9f726a95  design/endpoint-creation-flow -> origin/design/endpoint-creation-flow
2026-06-23T07:04:29.9512840Z ##[endgroup]
2026-06-23T07:04:29.9513237Z ##[group]Determining the checkout info
2026-06-23T07:04:29.9513594Z ##[endgroup]
2026-06-23T07:04:29.9519061Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-23T07:04:29.9774770Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-23T07:04:29.9986872Z ##[group]Checking out the ref
2026-06-23T07:04:29.9991191Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/30/merge
2026-06-23T07:04:30.0325553Z HEAD is now at 634b5c8a Merge 9f726a95cb948d6c0fd58eec14578eb619106812 into 2bb9c8f7fd85551e5f19c191292c80f778e54346
2026-06-23T07:04:30.0348965Z ##[endgroup]
2026-06-23T07:04:30.0607948Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-23T07:04:30.0833637Z 634b5c8aa2e71fa1271a5d8b4c3c2c75dc26a9b7
